cdd first child

58

/* Selects any <p> that is the first element
   among its siblings */
p:first-child {
  color: lime;
}

Comments

Submit
0 Comments